
Product
Socket Now Supports pylock.toml Files
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
@workflowai/api
Advanced tools
Wrapper for workflowAI's OpenAPI specs, for node or browser
npm install @workflowai/api
import { initWorkflowAIApi } from '@workflowai/api';
const workflowAIApi = initWorkflowAIApi({
apiKey: '...', // optional, defaults to process.env.WORKFLOWAI_API_KEY
apiUrl: '...', // optional, defaults to process.env.WORKFLOWAI_API_URL, then to https://api.workflowai.com
use: [], // optional, fetch middlewares
});
const { data: list } = await workflowAIApi.models.list();
console.log(list.models[0].providers[0].name);
const { data: run } = await workflowaiApi.runs.annotate({
run_id: '1',
score: 1,
});
console.log(run.scores);
FAQs
WorkflowAI typed API client
The npm package @workflowai/api receives a total of 34 weekly downloads. As such, @workflowai/api popularity was classified as not popular.
We found that @workflowai/api demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.
Research
Security News
Malicious Ruby gems typosquat Fastlane plugins to steal Telegram bot tokens, messages, and files, exploiting demand after Vietnam’s Telegram ban.